type github.com/google/go-cmp/cmp.sliceIndex

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L439: 	step := SliceIndex{&sliceIndex{pathStep: pathStep{typ: t.Elem()}, isSlice: isSlice}}
		path.go#L220: type SliceIndex struct{ *sliceIndex }
		path.go#L221: type sliceIndex struct {